All Questions
49 questions
4votes
0answers
75views
Google App Script to take form responses submitted by teachers on their students and produce formatted PDF student reports
I'm not a programmer but, with help, I managed to make a Google Apps Script which takes reports, submitted by teachers on their students, to the Form Responses Sheet, and then selects all responses ...
2votes
0answers
51views
Cross-classification of imagery from several regions in GEE
For a project I want to do the following: Use imagery from 17 different regions in Europe to train 17 RF classifiers Use those 17 classifiers to classify each of the regions It will be a multi-...
0votes
2answers
2kviews
Sort table with ascending or descending order without a library
This is my first day coding, and I need help with sorting a table in ascending/descending order. The idea is that when a column is clicked it will sort in ascending order, and then it is clicked again ...
2votes
1answer
48views
developer portfolio website
I'm a new developer just starting out learning HTML, css and JavaScript. Below is my attempt at building a portfolio website. I am finding it difficult positioning elements the way I want to and ...
2votes
0answers
85views
My first website in ReactJS
I wrote my first working website in ReactJs as a beginner and I have a few questions. First question is about meta-tags. I used ...
3votes
1answer
68views
New TV Episode Checker
My code checks if a new subbed episode of a TV show is out by checking the designated blog. The blogs url returns a json which is then parsed for episode number, direct video link, embed video link, ...
4votes
1answer
98views
Outputting flavor text depending on inputted strings
I have this program that takes two strings from the user, stores them in mixArray, then "mixes" them with mixItUp() and outputs ...
4votes
1answer
259views
Inserting Elements Into a Sorted Array
Very new to JS (wrote my "Hello World" around 3 days ago), but not to programming in general. My documentation is inspired by the approach I followed for Python (since I haven't learned JS ...
6votes
1answer
97views
Border Radius Preview Tool
I am running through an app idea to help improve my knowledge of Javascript. The code attached performs the following: Performs a regex on the input field to check it is value 0-9 If not, it clears ...
0votes
2answers
139views
User interface HTML string generated using PHP
Goal This is very basic beginner script, only for prototyping, probably never to reach alpha/beta prototyping/production, is being designed/tested for performance. Its performance quality might be ...
1vote
1answer
533views
Loop through data layer and display dynamic content [closed]
The purpose of the pricingTest object is to grab pricing information from the dataLayer on the page and render content blocks accordingly. My goal in posting this is to hopefully receive some feedback ...
3votes
2answers
2kviews
JavaScript flood fill
I tried to implement a very simple color flood fill to experiment a bit with Javascript. All comments about the code are welcome but I am especially interested in performance as it seems to be a bit ...
0votes
1answer
219views
Buttons that expand or collapse all the <details> within the document
I have <button>s that when pressed expand or collapse the contents of all the <details> within the document. The ...
2votes
1answer
869views
Checking if all questions were answered with javascript
I made a quiz project and I made a code to see if all the questions were answered, using JavaScript. It works, but its way more exhaustive than I wanted it to be. I first check every single option ...
3votes
1answer
110views
Structure the MaxCPC automation code
When doing a search in Google, it is possible to have an ad in first position, at the top of the page or only on the first page. To do this, it is possible to pay for specific keywords for certain ...